text/template/parse.CommandNode.tr (field)

4 uses

	text/template/parse (current package)
		node.go#L297: 	tr   *Tree
		node.go#L302: 	return &CommandNode{tr: t, NodeType: NodeCommand, Pos: pos}
		node.go#L331: 	return c.tr
		node.go#L338: 	n := c.tr.newCommand(c.Pos)